Bug 1365927 - Part 1. Add missing headers and other build housekeeping. r=dvander

This commit is contained in:
Andrew Osmond 2017-06-13 15:17:59 -04:00
parent 3455c5b415
commit 230fa0dcd8
3 changed files with 3 additions and 4 deletions

View File

@ -45,7 +45,7 @@ public:
bool UseAPZ() const { return mUseAPZ; }
bool UseWebRender() const { return mUseWebRender; }
bool operator==(const CompositorOptions& aOther) {
bool operator==(const CompositorOptions& aOther) const {
return mUseAPZ == aOther.mUseAPZ &&
mUseWebRender == aOther.mUseWebRender;
}

View File

@ -7,6 +7,7 @@
#include "Layers.h"
#include "mozilla/Unused.h"
#include "Layers.h"
#include "nsTArray.h"
#include "UnitTransforms.h"

View File

@ -8,10 +8,8 @@
#include <map>
#include "chrome/common/ipc_message_utils.h"
#include "FrameMetrics.h"
#include "ipc/IPCMessageUtils.h"
#include "LayersTypes.h"
#include "FrameMetrics.h"
#include "mozilla/GfxMessageUtils.h"
#include "mozilla/layers/LayerAttributes.h"
#include "mozilla/layers/LayersMessageUtils.h"