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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.cc

Issue 9980016: Delete background tab IOSurfaces on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed some perf issues on mac Created 8 years, 8 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_aura.cc
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.cc b/content/browser/renderer_host/render_widget_host_view_aura.cc
index a8d987976fd4f42c1eb196b0a94ee60a671e5546..05c72794f00c633ecbc7c5381598f872803f0291 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.cc
+++ b/content/browser/renderer_host/render_widget_host_view_aura.cc
@@ -610,6 +610,11 @@ void RenderWidgetHostViewAura::AcceleratedSurfacePostSubBuffer(
void RenderWidgetHostViewAura::AcceleratedSurfaceSuspend() {
}
+bool RenderWidgetHostViewAura::HasAcceleratedSurface(
+ const gfx::Size& desired_size) {
+ return false;
piman 2012/04/18 21:07:44 Is that what we want? Why? Add a comment? (same fo
jbates 2012/04/18 23:01:58 Done.
+}
+
void RenderWidgetHostViewAura::AcceleratedSurfaceNew(
int32 width,
int32 height,

Powered by Google App Engine
This is Rietveld 408576698