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

Unified Diff: cc/stubs/IntPoint.h

Issue 10883076: Add explicit forwarding stubs for geometry classes cc uses (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix bug linke Created 8 years, 4 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/stubs/FloatSize.h ('k') | cc/stubs/IntRect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/stubs/IntPoint.h
diff --git a/cc/stubs/IntPoint.h b/cc/stubs/IntPoint.h
new file mode 100644
index 0000000000000000000000000000000000000000..c9768a9cc25be7a1ae44329dcc9c011e08e54f36
--- /dev/null
+++ b/cc/stubs/IntPoint.h
@@ -0,0 +1,6 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "third_party/WebKit/Source/WebCore/platform/graphics/IntPoint.h"
+
« no previous file with comments | « cc/stubs/FloatSize.h ('k') | cc/stubs/IntRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698