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 |