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

Unified Diff: content/browser/renderer_host/render_widget_host_view_mac.mm

Issue 2658293002: content: Remove Lock/Unlock CompositingSurface API from RWH. (Closed)
Patch Set: mac Created 3 years, 11 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_mac.mm
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.mm b/content/browser/renderer_host/render_widget_host_view_mac.mm
index a879a62c1fcbd3131804c215d81416a45a3edf70..400482c89c97783ada0cfc673db3489a360679a4 100644
--- a/content/browser/renderer_host/render_widget_host_view_mac.mm
+++ b/content/browser/renderer_host/render_widget_host_view_mac.mm
@@ -1445,14 +1445,6 @@ gfx::Rect RenderWidgetHostViewMac::GetBoundsInRootWindow() {
return FlipNSRectToRectScreen(bounds);
}
-void RenderWidgetHostViewMac::LockCompositingSurface() {
- NOTIMPLEMENTED();
-}
-
-void RenderWidgetHostViewMac::UnlockCompositingSurface() {
- NOTIMPLEMENTED();
-}
-
bool RenderWidgetHostViewMac::LockMouse() {
if (mouse_locked_)
return true;

Powered by Google App Engine
This is Rietveld 408576698