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

Unified Diff: ui/base/clipboard/clipboard_unittest.cc

Issue 10256008: Adds a class that makes it easy to subclass a HWND and filter messages sent to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « build/all.gyp ('k') | ui/base/win/hwnd_subclass.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/clipboard/clipboard_unittest.cc
===================================================================
--- ui/base/clipboard/clipboard_unittest.cc (revision 134125)
+++ ui/base/clipboard/clipboard_unittest.cc (working copy)
@@ -387,7 +387,7 @@
// The following test somehow fails on GTK. The image when read back from the
// clipboard has the alpha channel set to 0xFF for some reason. The other
// channels stay intact. So I am turning this on only for aura.
-#if defined(USE_AURA)
+#if defined(USE_AURA) && !defined(OS_WIN)
TEST_F(ClipboardTest, MultipleBitmapReadWriteTest) {
Clipboard clipboard;
« no previous file with comments | « build/all.gyp ('k') | ui/base/win/hwnd_subclass.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698