Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(843)

Unified Diff: content/browser/renderer_host/delegated_frame_host.h

Issue 2383263002: Generalize layer mirroring for phantom windows (Closed)
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/exo/surface_unittest.cc ('k') | content/browser/renderer_host/delegated_frame_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/delegated_frame_host.h
diff --git a/content/browser/renderer_host/delegated_frame_host.h b/content/browser/renderer_host/delegated_frame_host.h
index 15cab24259f5c2e128e9fbe0f7aba86b5782473f..2afc4ca99330ec5679312c34d9d3855c493080b0 100644
--- a/content/browser/renderer_host/delegated_frame_host.h
+++ b/content/browser/renderer_host/delegated_frame_host.h
@@ -23,7 +23,6 @@
#include "ui/compositor/compositor_observer.h"
#include "ui/compositor/compositor_vsync_manager.h"
#include "ui/compositor/layer.h"
-#include "ui/compositor/layer_owner_delegate.h"
#include "ui/events/event.h"
#include "ui/gfx/geometry/rect_conversions.h"
@@ -84,7 +83,6 @@ class CONTENT_EXPORT DelegatedFrameHostClient {
class CONTENT_EXPORT DelegatedFrameHost
: public ui::CompositorObserver,
public ui::CompositorVSyncManager::Observer,
- public ui::LayerOwnerDelegate,
public ui::ContextFactoryObserver,
public DelegatedFrameEvictorClient,
public cc::SurfaceFactoryClient,
@@ -106,9 +104,6 @@ class CONTENT_EXPORT DelegatedFrameHost
void OnUpdateVSyncParameters(base::TimeTicks timebase,
base::TimeDelta interval) override;
- // ui::LayerOwnerObserver implementation.
- void OnLayerRecreated(ui::Layer* old_layer, ui::Layer* new_layer) override;
-
// ImageTransportFactoryObserver implementation.
void OnLostResources() override;
« no previous file with comments | « components/exo/surface_unittest.cc ('k') | content/browser/renderer_host/delegated_frame_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698