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

Unified Diff: android_webview/native/aw_contents.h

Issue 653173004: Part 2: WIP Refactor Webview graphics related code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rewrite rebase, without renames Created 6 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
Index: android_webview/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 8f42a9202cbeeab097ed3e80a2d4c3be3cfed6a7..6c55eb5685025eb2c4963d1c8cb2d9b8cc69aa28 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -191,6 +191,7 @@ class AwContents : public FindHelper::Listener,
// BrowserViewRendererClient implementation.
virtual bool RequestDrawGL(bool wait_for_completion) override;
virtual void PostInvalidate() override;
+ virtual void InvalidateOnFunctorDestroy() override;
virtual void UpdateParentDrawConstraints() override;
virtual void DidSkipCommitFrame() override;
virtual void OnNewPicture() override;
@@ -243,9 +244,6 @@ class AwContents : public FindHelper::Listener,
// SharedRendererState is owned by BrowserViewRenderer.
// So keep a raw pointer here.
SharedRendererState* shared_renderer_state_;
boliu 2014/10/28 19:49:43 At _some_ point in the future, we should be able t
hush (inactive) 2014/10/29 19:57:04 Yes, hopefully. Added a TODO here. I guess one maj
boliu 2014/10/29 22:40:33 Yeah that's the idea I have in my head.
hush (inactive) 2014/10/30 00:46:36 filed https://code.google.com/p/chromium/issues/de
- // TODO(hush): hardware renderer will be owned by SharedRendererState,
- // after DrawGL is moved to SharedRendererState.
- scoped_ptr<HardwareRenderer> hardware_renderer_;
scoped_ptr<AwPdfExporter> pdf_exporter_;
scoped_ptr<PermissionRequestHandler> permission_request_handler_;

Powered by Google App Engine
This is Rietveld 408576698