Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Unified Diff: content/browser/android/draw_delegate_impl.h

Issue 11108004: Android Browser Compositor: Add ScheduleComposite() callback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/testshell/tab_manager.cc ('k') | content/browser/android/draw_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/android/testshell/tab_manager.cc ('k') | content/browser/android/draw_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698