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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 1411503005: Aura on Android: content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@auraclank_upstream_select_file
Patch Set: Created 5 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: content/browser/renderer_host/render_widget_host_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index 64d2ddae256a496fed47a4fdc0d3c693e6ec57d0..51a0ed74c81c53f283d762f6653fc2189068aa3b 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -129,7 +129,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl
const ReadbackRequestCallback& callback,
const SkColorType preferred_color_type) override;
bool CanCopyFromBackingStore() override;
-#if defined(OS_ANDROID)
+#if defined(OS_ANDROID) && !defined(USE_AURA)
void LockBackingStore() override;
void UnlockBackingStore() override;
#endif

Powered by Google App Engine
This is Rietveld 408576698