summaryrefslogtreecommitdiff
path: root/chromium/ui/aura/window_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/aura/window_port.h')
-rw-r--r--chromium/ui/aura/window_port.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/chromium/ui/aura/window_port.h b/chromium/ui/aura/window_port.h
index 46e4c1bb811..a57c5134920 100644
--- a/chromium/ui/aura/window_port.h
+++ b/chromium/ui/aura/window_port.h
@@ -85,9 +85,6 @@ class AURA_EXPORT WindowPort {
virtual std::unique_ptr<cc::LayerTreeFrameSink>
CreateLayerTreeFrameSink() = 0;
- // Get the current viz::SurfaceId.
- virtual viz::SurfaceId GetSurfaceId() const = 0;
-
// Forces the window to allocate a new viz::LocalSurfaceId for the next
// CompositorFrame submission in anticipation of a synchronization operation
// that does not involve a resize or a device scale factor change.
@@ -98,12 +95,6 @@ class AURA_EXPORT WindowPort {
// factor.
virtual const viz::LocalSurfaceId& GetLocalSurfaceId() = 0;
- // This can return invalid FrameSinkId.
- virtual viz::FrameSinkId GetFrameSinkId() const = 0;
-
- virtual void OnWindowAddedToRootWindow() = 0;
- virtual void OnWillRemoveWindowFromRootWindow() = 0;
-
virtual void OnEventTargetingPolicyChanged() = 0;
// See description of function with same name in transient_window_client.