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

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

Issue 174323003: Expose locks for CopyFromCompositingSurface/CopyFromBackingStore API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added NOTIMPLEMENTED() and put back CanCopyFromBackingStore() Created 6 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: content/browser/renderer_host/render_widget_host_view_android.h
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
index 9709180ae7e5b4951ab33b49d53b9195db4e76c0..4c3ecd2aa29902bd08b77604aab93bec71242975 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -217,8 +217,8 @@ class RenderWidgetHostViewAndroid
void OnSetNeedsBeginFrame(bool enabled);
void OnSmartClipDataExtracted(const base::string16& result);
- void LockResources();
- void UnlockResources();
+ virtual void LockSurfaceForCopy() OVERRIDE;
jam 2014/02/26 22:57:52 these should be put in the right section
powei 2014/03/03 09:20:54 Done.
+ virtual void UnlockSurfaceForCopy() OVERRIDE;
int GetNativeImeAdapter();

Powered by Google App Engine
This is Rietveld 408576698