Skip to content

Commit

Permalink
Bug 1365927 - Part 1. Add missing headers and other build housekeepin…
Browse files Browse the repository at this point in the history
…g. r=dvander
  • Loading branch information
aosmond committed Jun 14, 2017
1 parent b1b3199 commit 0f9d45b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dom/media/ipc/PVideoDecoderManager.ipdl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

include protocol PTexture;
include protocol PVideoDecoder;
include LayersSurfaces;
include "mozilla/dom/MediaIPCUtils.h";
Expand Down
2 changes: 1 addition & 1 deletion gfx/ipc/CompositorOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class CompositorOptions
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;
}
Expand Down

0 comments on commit 0f9d45b

Please sign in to comment.