diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-30 23:35:44 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-30 23:35:44 +0000 |
commit | 36622b18a61d8896fa8417ee17863469e6aea427 (patch) | |
tree | 6547736dc86d92a561213ee4236754b68396084f /gfx/rect.h | |
parent | d38f83f98ff29ec940f0bc978a925fa7828fad67 (diff) | |
download | chromium_src-36622b18a61d8896fa8417ee17863469e6aea427.zip chromium_src-36622b18a61d8896fa8417ee17863469e6aea427.tar.gz chromium_src-36622b18a61d8896fa8417ee17863469e6aea427.tar.bz2 |
GTK: unify the bookmark dragging icon generation code into bookmark utils.
this also has the effect of standardizing the appearance of boomkark drags. On compositing window managers, the drag widget will have no background.
BUG=42147
TEST=manual
Review URL: http://codereview.chromium.org/1780016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/rect.h')
-rw-r--r-- | gfx/rect.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ class Rect { #elif defined(USE_X11) explicit Rect(const GdkRectangle& r); #endif + Rect(const gfx::Size& size); Rect(const gfx::Point& origin, const gfx::Size& size); ~Rect() {} |