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

Unified Diff: content/public/browser/web_drag_dest_delegate.h

Issue 9969080: Remove TOOLKIT_USES_GTK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gtk dependency to android linux host Created 8 years, 9 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 | « content/public/browser/web_contents_view_delegate.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_drag_dest_delegate.h
diff --git a/content/public/browser/web_drag_dest_delegate.h b/content/public/browser/web_drag_dest_delegate.h
index bb65e16f6d1de64d515bad73c122ba4b51726d0e..cb162ff68efa907054129c00024225260fa33419 100644
--- a/content/public/browser/web_drag_dest_delegate.h
+++ b/content/public/browser/web_drag_dest_delegate.h
@@ -6,9 +6,9 @@
#define CONTENT_PUBLIC_BROWSER_WEB_DRAG_DEST_DELEGATE_H_
#pragma once
-#if defined(TOOLKIT_USES_GTK)
+#if defined(TOOLKIT_GTK)
#include <gtk/gtk.h>
-#endif // TOOLKIT_USES_GTK
+#endif // TOOLKIT_GTK
#include "base/string16.h"
@@ -49,7 +49,7 @@ class WebDragDestDelegate {
virtual void OnDragLeave() = 0;
#endif
-#if defined(TOOLKIT_USES_GTK)
+#if defined(TOOLKIT_GTK)
// Returns the bookmark atom type. GTK and Views return different values here.
virtual GdkAtom GetBookmarkTargetAtom() const = 0;
@@ -67,7 +67,7 @@ class WebDragDestDelegate {
// data, it should return false.
virtual bool AddDragData(const WebDropData& drop_data,
ui::OSExchangeData* data) = 0;
-#endif // TOOLKIT_USES_GTK
+#endif // TOOLKIT_GTK
virtual ~WebDragDestDelegate() {}
};
« no previous file with comments | « content/public/browser/web_contents_view_delegate.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698