| Index: content/browser/android/content_view_render_view.h
|
| diff --git a/content/browser/android/content_view_render_view.h b/content/browser/android/content_view_render_view.h
|
| index 905adb495c42cbbffcbb4b976204a8b4b16f1093..cc8fe80a9f8f6408d2dbfa36804a070078b01cee 100644
|
| --- a/content/browser/android/content_view_render_view.h
|
| +++ b/content/browser/android/content_view_render_view.h
|
| @@ -19,6 +19,7 @@ class Layer;
|
| namespace content {
|
| class Compositor;
|
| class LayerTreeBuildHelper;
|
| +class UIResourceProvider;
|
|
|
| class ContentViewRenderView : public CompositorClient {
|
| public:
|
| @@ -43,6 +44,10 @@ class ContentViewRenderView : public CompositorClient {
|
| void SetOverlayVideoMode(JNIEnv* env, jobject obj, bool enabled);
|
| void SetNeedsComposite(JNIEnv* env, jobject obj);
|
|
|
| + // TODO(yusufo): Remove this once the compositor code is
|
| + // refactored to use a unified system.
|
| + jlong GetUIResourceProvider(JNIEnv* env, jobject obj);
|
| +
|
| // CompositorClient implementation
|
| virtual void Layout() OVERRIDE;
|
| virtual void OnSwapBuffersCompleted(int pending_swap_buffers) OVERRIDE;
|
|
|