diff options
Diffstat (limited to 'chrome/common/gfx/path.h')
-rw-r--r-- | chrome/common/gfx/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/gfx/path.h b/chrome/common/gfx/path.h index 7d6d3a0..ac7537c 100644 --- a/chrome/common/gfx/path.h +++ b/chrome/common/gfx/path.h @@ -25,7 +25,7 @@ class Path : public SkPath { // Creates a HRGN from the path. The caller is responsible for freeing // resources used by this region. This only supports polygon paths. HRGN CreateHRGN() const; -#elif defined(TOOLKIT_GTK) +#elif defined(OS_LINUX) // Creates a Gdkregion from the path. The caller is responsible for freeing // resources used by this region. This only supports polygon paths. GdkRegion* CreateGdkRegion() const; |