Index: content/browser/android/draw_delegate_impl.h |
diff --git a/content/browser/android/draw_delegate_impl.h b/content/browser/android/draw_delegate_impl.h |
index 593f21f0b9269a3be53e5532530fb86644ba9c99..211927f900ebc889935e453bd4bddf124ea5ce16 100644 |
--- a/content/browser/android/draw_delegate_impl.h |
+++ b/content/browser/android/draw_delegate_impl.h |
@@ -19,16 +19,10 @@ class DrawDelegateImpl : public DrawDelegate { |
virtual ~DrawDelegateImpl(); |
// DrawDelegate implementation. |
- virtual void SetUpdateCallback( |
- const SurfaceUpdatedCallback& callback) OVERRIDE; |
virtual void SetBounds(const gfx::Size& size) OVERRIDE; |
- |
- void OnSurfaceUpdated(uint64 texture, RenderWidgetHostView* view, |
- const SurfacePresentedCallback& present_callback); |
gfx::Size GetBounds() { return size_; } |
protected: |
- SurfaceUpdatedCallback draw_callback_; |
gfx::Size size_; |
DISALLOW_COPY_AND_ASSIGN(DrawDelegateImpl); |