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

Unified Diff: ui/gfx/path.h

Issue 8486020: compositor_unittests target is unimplmented on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address kbr's comments (#19) Created 9 years, 1 month 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: ui/gfx/path.h
diff --git a/ui/gfx/path.h b/ui/gfx/path.h
index d0b32bb3a6d9ce95c60e04fcead3dad2830c041a..c00443dc5afdcbd4cc863c39665e3269e0a79206 100644
--- a/ui/gfx/path.h
+++ b/ui/gfx/path.h
@@ -28,7 +28,7 @@ class UI_EXPORT Path : public SkPath {
~Path();
-#if defined(OS_WIN) || defined(USE_X11)
+#if defined(USE_AURA) || defined(OS_WIN) || defined(USE_X11)
// Creates a NativeRegion from the path. The caller is responsible for freeing
// resources used by this region. This only supports polygon paths.
NativeRegion CreateNativeRegion() const;

Powered by Google App Engine
This is Rietveld 408576698