| Index: content/public/browser/android/content_view_core.h
|
| diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
|
| index 2afd50efe8b77fa717e81c0ff949deef8898a5b5..a032e28de28ae5172890038594fdf63de080961f 100644
|
| --- a/content/public/browser/android/content_view_core.h
|
| +++ b/content/public/browser/android/content_view_core.h
|
| @@ -47,7 +47,7 @@ class CONTENT_EXPORT ContentViewCore {
|
| virtual base::android::ScopedJavaLocalRef<jobject> GetJavaObject() = 0;
|
| virtual ui::ViewAndroid* GetViewAndroid() const = 0;
|
| virtual ui::WindowAndroid* GetWindowAndroid() const = 0;
|
| - virtual scoped_refptr<cc::Layer> GetLayer() const = 0;
|
| + virtual const scoped_refptr<cc::Layer>& GetLayer() const = 0;
|
| virtual void ShowPastePopup(int x, int y) = 0;
|
|
|
| // Request a scaled content readback. The result is passed through the
|
|
|