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

Unified Diff: ui/gfx/path.h

Issue 10221028: Move DIP translation from ui/aura to ui/compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable tests that doesn't run on bots Created 8 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
« no previous file with comments | « ui/gfx/monitor_unittest.cc ('k') | ui/gfx/path.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/path.h
diff --git a/ui/gfx/path.h b/ui/gfx/path.h
index 1b576bdb409c87454dc4c04e3893954a0c3e2a75..847b749beb3a576d5f5afffee7287860a7061ffc 100644
--- a/ui/gfx/path.h
+++ b/ui/gfx/path.h
@@ -20,20 +20,16 @@ class UI_EXPORT Path : public SkPath {
int x;
int y;
};
-#if defined(ENABLE_DIP)
struct PointF {
float x;
float y;
};
-#endif
Path();
// Creates a path populated with the specified points.
Path(const Point* points, size_t count);
-#if defined(ENABLE_DIP)
Path(const PointF* points, size_t count);
-#endif
~Path();
« no previous file with comments | « ui/gfx/monitor_unittest.cc ('k') | ui/gfx/path.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698