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

Unified Diff: sky/viewer/document_view.h

Issue 737793006: Add compile flag for enabling the compostior (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: cleanup Created 6 years, 1 month 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 | « sky/engine/web/WebViewImpl.cpp ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/document_view.h
diff --git a/sky/viewer/document_view.h b/sky/viewer/document_view.h
index 1ef54835248c6a23bfbedbe3a7a770388d344b8d..df777d27abcd1fc6222ad51b53bf8f8c66bfbb39 100644
--- a/sky/viewer/document_view.h
+++ b/sky/viewer/document_view.h
@@ -66,7 +66,8 @@ class DocumentView : public mojo::InterfaceImpl<mojo::Application>,
void Initialize(mojo::Array<mojo::String> args) override;
// WebWidgetClient methods:
- virtual blink::WebLayerTreeView* initializeLayerTreeView();
+ blink::WebLayerTreeView* initializeLayerTreeView() override;
+ void scheduleAnimation() override;
// WebFrameClient methods:
mojo::View* createChildFrame(const blink::WebURL& url) override;
« no previous file with comments | « sky/engine/web/WebViewImpl.cpp ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698