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

Unified Diff: content/renderer/android/synchronous_compositor_output_surface.cc

Issue 15001027: [Aura] Added Support for rendering software compositor frames as cc::TextureLayers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
Index: content/renderer/android/synchronous_compositor_output_surface.cc
diff --git a/content/renderer/android/synchronous_compositor_output_surface.cc b/content/renderer/android/synchronous_compositor_output_surface.cc
index ad22021f3ac43e79c891d21e6912faca1792e5c8..993dc738c54ad651440dc2c5889fc001502f09ef 100644
--- a/content/renderer/android/synchronous_compositor_output_surface.cc
+++ b/content/renderer/android/synchronous_compositor_output_surface.cc
@@ -70,13 +70,6 @@ class SynchronousCompositorOutputSurface::SoftwareDevice
virtual void CopyToBitmap(gfx::Rect rect, SkBitmap* output) OVERRIDE {
NOTIMPLEMENTED();
}
- virtual void Scroll(gfx::Vector2d delta,
- gfx::Rect clip_rect) OVERRIDE {
- NOTIMPLEMENTED();
- }
- virtual void ReclaimDIB(const TransportDIB::Id& id) OVERRIDE {
- NOTIMPLEMENTED();
- }
private:
SynchronousCompositorOutputSurface* surface_;

Powered by Google App Engine
This is Rietveld 408576698