summaryrefslogtreecommitdiffstats
path: root/gfx/gtk_util.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-05 20:40:29 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-05 20:40:29 +0000
commit583335e29fb77b9a18f43c6804b8bfcd1b3f1d52 (patch)
tree2f398fa736cd9abe092a61912bdeffafc7c0f1be /gfx/gtk_util.h
parent0a8b97bce41cba47185d5fbee6a6850f175e9513 (diff)
downloadchromium_src-583335e29fb77b9a18f43c6804b8bfcd1b3f1d52.zip
chromium_src-583335e29fb77b9a18f43c6804b8bfcd1b3f1d52.tar.gz
chromium_src-583335e29fb77b9a18f43c6804b8bfcd1b3f1d52.tar.bz2
Revert "gtk: refactor copy-pasted code"
Build break. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/gtk_util.h')
-rw-r--r--gfx/gtk_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gfx/gtk_util.h b/gfx/gtk_util.h
index 8f9618d..5c4ad94 100644
--- a/gfx/gtk_util.h
+++ b/gfx/gtk_util.h
@@ -17,18 +17,12 @@
typedef struct _GdkPixbuf GdkPixbuf;
typedef struct _GdkRegion GdkRegion;
-class CommandLine;
class SkBitmap;
namespace gfx {
class Rect;
-// Call gtk_init() using the argc and argv from command_line.
-// gtk_init() wants an argc and argv that it can mutate; we provide those,
-// but leave the original CommandLine unaltered.
-void GtkInitFromCommandLine(const CommandLine& command_line);
-
// Convert and copy a SkBitmap to a GdkPixbuf. NOTE: this uses BGRAToRGBA, so
// it is an expensive operation. The returned GdkPixbuf will have a refcount of
// 1, and the caller is responsible for unrefing it when done.