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

Unified Diff: webkit/glue/webcursor_unittest.cc

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 | « webkit/glue/webcursor.h ('k') | webkit/plugins/npapi/plugin_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webcursor_unittest.cc
diff --git a/webkit/glue/webcursor_unittest.cc b/webkit/glue/webcursor_unittest.cc
index 830905bc5648ec50b51d41daf4cb4daa4bfa9019..760193830bd254bfe68b8296cec72134617e0693 100644
--- a/webkit/glue/webcursor_unittest.cc
+++ b/webkit/glue/webcursor_unittest.cc
@@ -29,7 +29,7 @@ TEST(WebCursorTest, OKCursorSerialization) {
PickleIterator iter(ok_custom_pickle);
EXPECT_TRUE(custom_cursor.Deserialize(&iter));
-#if defined(TOOLKIT_USES_GTK)
+#if defined(TOOLKIT_GTK)
// On GTK+ using platforms, we should get a real native GdkCursor object back
// (and the memory used should automatically be freed by the WebCursor object
// for valgrind tests).
@@ -157,7 +157,7 @@ TEST(WebCursorTest, EmptyImage) {
PickleIterator iter(broken_cursor_pickle);
ASSERT_TRUE(custom_cursor.Deserialize(&iter));
-#if defined(TOOLKIT_USES_GTK)
+#if defined(TOOLKIT_GTK)
// On GTK+ using platforms, we make sure that we get NULL back from this
// method; the relevant GDK methods take NULL as a request to use the default
// cursor.
« no previous file with comments | « webkit/glue/webcursor.h ('k') | webkit/plugins/npapi/plugin_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698