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

Unified Diff: cc/test/test_context_support.h

Issue 1314943008: cc: Remove implicit conversions from Rect to RectF in src/cc/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rectfconvert-cc: rebase-and-sandwich-strategy Created 5 years, 3 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 | « cc/test/layer_test_common.cc ('k') | cc/tiles/picture_layer_tiling.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_context_support.h
diff --git a/cc/test/test_context_support.h b/cc/test/test_context_support.h
index 10405dd83462900ace66a0f8760c1ef6a798f348..f638a0f9f5b6b946fafbe46e61ca26d378a59b9b 100644
--- a/cc/test/test_context_support.h
+++ b/cc/test/test_context_support.h
@@ -10,6 +10,11 @@
#include "base/memory/weak_ptr.h"
#include "gpu/command_buffer/client/context_support.h"
+namespace gfx {
+class Rect;
+class RectF;
+}
+
namespace cc {
class TestContextSupport : public gpu::ContextSupport {
« no previous file with comments | « cc/test/layer_test_common.cc ('k') | cc/tiles/picture_layer_tiling.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698