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

Unified Diff: android_webview/native/aw_contents.h

Issue 944053004: OffscreenPreRaster and its plumbings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 5 years, 10 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 ce3c911fbec9374fc2435abedb352293824678e0..edb60efaafa6f7dfeb5d6fe9e13e13ae4e032219 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -81,6 +81,8 @@ class AwContents : public FindHelper::Listener,
const std::string& host,
const std::string& realm);
+ void SetOffscreenPreRaster(bool enabled);
+
// Methods called from Java.
void SetJavaPeers(JNIEnv* env,
jobject obj,

Powered by Google App Engine
This is Rietveld 408576698