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

Unified Diff: cc/test/fake_output_surface.h

Issue 376683004: Pass resourceless software mode in BeginFrameArgs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment, clang-format Created 6 years, 5 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: cc/test/fake_output_surface.h
diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
index f8acc1d5e4defbfb468bef6d4ff420948961ef55..4fd0d7251471aaf528d9caee9fed8157f7b6250d 100644
--- a/cc/test/fake_output_surface.h
+++ b/cc/test/fake_output_surface.h
@@ -97,11 +97,6 @@ class FakeOutputSurface : public OutputSurface {
virtual void SetNeedsBeginFrame(bool enable) OVERRIDE;
bool needs_begin_frame() const { return needs_begin_frame_; }
- void set_forced_draw_to_software_device(bool forced) {
- forced_draw_to_software_device_ = forced;
- }
- virtual bool ForcedDrawToSoftwareDevice() const OVERRIDE;
-
virtual bool BindToClient(OutputSurfaceClient* client) OVERRIDE;
using OutputSurface::ReleaseGL;
@@ -144,7 +139,6 @@ class FakeOutputSurface : public OutputSurface {
CompositorFrame last_sent_frame_;
size_t num_sent_frames_;
bool needs_begin_frame_;
- bool forced_draw_to_software_device_;
bool has_external_stencil_test_;
TransferableResourceArray resources_held_by_parent_;
base::WeakPtrFactory<FakeOutputSurface> fake_weak_ptr_factory_;

Powered by Google App Engine
This is Rietveld 408576698