| Index: content/browser/renderer_host/render_widget_host_view_base.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h
|
| index 9a2e25bcc2b04abc937a4dd588c51b04d152236b..5c2495c803d862ba575486f7bb9822af46e2cee4 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_base.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_base.h
|
| @@ -18,6 +18,7 @@
|
| #include "base/timer/timer.h"
|
| #include "build/build_config.h"
|
| #include "cc/output/compositor_frame.h"
|
| +#include "cc/surfaces/surface_id.h"
|
| #include "content/browser/renderer_host/event_with_latency_info.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/input/input_event_ack_state.h"
|
| @@ -388,6 +389,9 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView,
|
| static void DetachPluginWindowsCallback(HWND window);
|
| #endif
|
|
|
| + // Exposed for testing.
|
| + virtual cc::SurfaceId SurfaceIdForTesting() const;
|
| +
|
| protected:
|
| // Interface class only, do not construct.
|
| RenderWidgetHostViewBase();
|
|
|