Skip to content

Commit

Permalink
Fix ipdls
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Dec 19, 2016
1 parent cbbd416 commit b79e356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions embedding/embedlite/PEmbedLiteView.ipdl
Expand Up @@ -11,9 +11,6 @@ using struct gfxSize from "gfxPoint.h";
using gfxRect from "mozilla/GfxMessageUtils.h";
using CSSRect from "Units.h";
using CSSSize from "Units.h";
using struct nsIntSize from "nsSize.h";
using struct gfxPoint from "gfxPoint.h";
using struct nsIntPoint from "nsPoint.h";
using struct mozilla::layers::FrameMetrics from "FrameMetrics.h";
using struct mozilla::layers::ScrollableLayerGuid from "FrameMetrics.h";
using FrameMetrics::ViewID from "FrameMetrics.h";
Expand All @@ -24,6 +21,7 @@ using MultiTouchInput from "InputData.h";
using mozilla::CSSIntPoint from "Units.h";
using struct mozilla::layers::ZoomConstraints from "FrameMetrics.h";
using mozilla::CSSPoint from "Units.h";
using mozilla::Modifiers from "mozilla/EventForwards.h";

namespace mozilla {
namespace embedlite {
Expand Down
5 changes: 3 additions & 2 deletions embedding/embedlite/PEmbedLiteWindow.ipdl
Expand Up @@ -4,8 +4,9 @@

include protocol PEmbedLiteApp;

include "mozilla/GfxMessageUtils.h";

using struct gfxSize from "gfxPoint.h";
using mozilla::ScreenRotation from "mozilla/WidgetUtils.h";

namespace mozilla {
namespace embedlite {
Expand All @@ -15,7 +16,7 @@ prio(normal upto urgent) sync protocol PEmbedLiteWindow {

child:
SetSize(gfxSize aSize);
SetContentOrientation(ScreenRotation aRotation);
SetContentOrientation(uint32_t aRotation);
Destroy();

parent:
Expand Down

0 comments on commit b79e356

Please sign in to comment.