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

Unified Diff: chrome/browser/renderer_host/accelerated_surface_container_mac.h

Issue 3010054: Mac: Well-behaved accelerated plugins, preparation (Closed)
Patch Set: '' Created 10 years, 4 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: chrome/browser/renderer_host/accelerated_surface_container_mac.h
diff --git a/chrome/browser/renderer_host/accelerated_surface_container_mac.h b/chrome/browser/renderer_host/accelerated_surface_container_mac.h
index a1e8983cec6c7b547afc3bcaf6e69b6ef685deb9..8e816f258ae3ece8d35a3aaa4e8058cdef2ccf26 100644
--- a/chrome/browser/renderer_host/accelerated_surface_container_mac.h
+++ b/chrome/browser/renderer_host/accelerated_surface_container_mac.h
@@ -79,10 +79,6 @@ class AcceleratedSurfaceContainerMac {
// Whether this accelerated surface's content is supposed to be opaque.
bool opaque_;
- // The x and y coordinates of the plugin window on the web page.
- int x_;
- int y_;
-
// The IOSurfaceRef, if any, that has been handed from the GPU
// plugin process back to the browser process for drawing.
// This is held as a CFTypeRef because we can't refer to the

Powered by Google App Engine
This is Rietveld 408576698