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

Unified Diff: android_webview/native/aw_contents.h

Issue 271163002: aw: Fix lost invalidate while playing video (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thread Created 6 years, 7 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 | « android_webview/browser/browser_view_renderer.cc ('k') | android_webview/native/aw_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index e7950ac756d9e37e3c1589695d0b178f876ffb40..b3a004f392ee69c5aec24e25a84063b5af1e8798 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -211,15 +211,11 @@ class AwContents : public FindHelper::Listener,
private:
void InitDataReductionProxyIfNecessary();
void InitAutofillIfNecessary(bool enabled);
- void DidDrawGL(const DrawGLResult& result);
void InitializeHardwareDrawIfNeeded();
void InitializeHardwareDrawOnRenderThread();
void ReleaseHardwareDrawOnRenderThread();
- base::WeakPtrFactory<AwContents> weak_factory_on_ui_thread_;
- base::WeakPtr<AwContents> ui_thread_weak_ptr_;
-
JavaObjectWeakGlobalRef java_ref_;
scoped_ptr<content::WebContents> web_contents_;
scoped_ptr<AwWebContentsDelegate> web_contents_delegate_;
« no previous file with comments | « android_webview/browser/browser_view_renderer.cc ('k') | android_webview/native/aw_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698