Index: content/browser/browser_main_loop.h |
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h |
index 0a9e387eef262c50034e9ef9233651f5be02b106..f701ff342105cbfa85ed189d4e4fb866bfa5e326 100644 |
--- a/content/browser/browser_main_loop.h |
+++ b/content/browser/browser_main_loop.h |
@@ -54,6 +54,7 @@ class TimeZoneMonitor; |
struct MainFunctionParams; |
#if defined(OS_ANDROID) |
+class BrowserSurfaceTextureManager; |
class ScreenOrientationDelegate; |
#elif defined(OS_LINUX) |
class DeviceMonitorLinux; |
@@ -177,6 +178,7 @@ class CONTENT_EXPORT BrowserMainLoop { |
scoped_ptr<DeviceMonitorMac> device_monitor_mac_; |
#endif |
#if defined(OS_ANDROID) |
+ scoped_ptr<BrowserSurfaceTextureManager> browser_surface_texture_manager_; |
// Android implementation of ScreenOrientationDelegate |
scoped_ptr<ScreenOrientationDelegate> screen_orientation_delegate_; |
#endif |