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

Unified Diff: ui/gfx/compositor/compositor_cc.h

Issue 8933002: Remove references to WebLayerClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update to ToT Created 8 years, 12 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 | « no previous file | ui/gfx/compositor/compositor_cc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/compositor_cc.h
diff --git a/ui/gfx/compositor/compositor_cc.h b/ui/gfx/compositor/compositor_cc.h
index df1f8e71fb1fce4d0d860d3af791fd185ba98a25..89e6e7df1ea7cc165277e40f82535e0d0d85a160 100644
--- a/ui/gfx/compositor/compositor_cc.h
+++ b/ui/gfx/compositor/compositor_cc.h
@@ -12,7 +12,6 @@
#include "ui/gfx/compositor/compositor.h"
#include "ui/gfx/size.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebLayer.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebLayerClient.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebLayerTreeView.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebLayerTreeViewClient.h"
@@ -79,8 +78,7 @@ class COMPOSITOR_EXPORT TextureCC : public Texture {
class COMPOSITOR_EXPORT CompositorCC
: public Compositor,
- NON_EXPORTED_BASE(public WebKit::WebLayerTreeViewClient),
- NON_EXPORTED_BASE(public WebKit::WebLayerClient) {
+ NON_EXPORTED_BASE(public WebKit::WebLayerTreeViewClient) {
public:
CompositorCC(CompositorDelegate* delegate,
gfx::AcceleratedWidget widget,
@@ -111,9 +109,6 @@ class COMPOSITOR_EXPORT CompositorCC
virtual void didRebindGraphicsContext(bool success);
virtual void scheduleComposite();
- // WebLayerClient implementation.
- virtual void notifyNeedsComposite();
-
private:
gfx::AcceleratedWidget widget_;
WebKit::WebLayer root_web_layer_;
« no previous file with comments | « no previous file | ui/gfx/compositor/compositor_cc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698