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

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

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 | « ui/gfx/compositor/compositor_cc.h ('k') | ui/gfx/compositor/layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/compositor_cc.cc
diff --git a/ui/gfx/compositor/compositor_cc.cc b/ui/gfx/compositor/compositor_cc.cc
index 8f6164e192b210b0ab4636370880ae3ea8f0c14a..d6326bd720b77b5eedf33c173a7b36ca6054c363 100644
--- a/ui/gfx/compositor/compositor_cc.cc
+++ b/ui/gfx/compositor/compositor_cc.cc
@@ -131,7 +131,7 @@ CompositorCC::CompositorCC(CompositorDelegate* delegate,
const gfx::Size& size)
: Compositor(delegate, size),
widget_(widget),
- root_web_layer_(WebKit::WebLayer::create(this)) {
+ root_web_layer_(WebKit::WebLayer::create()) {
WebKit::WebLayerTreeView::Settings settings;
CommandLine* command_line = CommandLine::ForCurrentProcess();
settings.showFPSCounter =
@@ -275,10 +275,6 @@ void CompositorCC::scheduleComposite() {
ScheduleDraw();
}
-void CompositorCC::notifyNeedsComposite() {
- ScheduleDraw();
-}
-
Compositor* Compositor::Create(CompositorDelegate* owner,
gfx::AcceleratedWidget widget,
const gfx::Size& size) {
« no previous file with comments | « ui/gfx/compositor/compositor_cc.h ('k') | ui/gfx/compositor/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698