| Index: chrome_elf/blacklist/test/blacklist_test_dll_1.cc
|
| diff --git a/ui/base/cocoa/flipped_view.mm b/chrome_elf/blacklist/test/blacklist_test_dll_1.cc
|
| similarity index 61%
|
| copy from ui/base/cocoa/flipped_view.mm
|
| copy to chrome_elf/blacklist/test/blacklist_test_dll_1.cc
|
| index 57c16477a94b7b30f709bc71abbe10fe009b4ee8..a4e414d5210db7babf43c67996dbeec7e3944480 100644
|
| --- a/ui/base/cocoa/flipped_view.mm
|
| +++ b/chrome_elf/blacklist/test/blacklist_test_dll_1.cc
|
| @@ -2,12 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#import "ui/base/cocoa/flipped_view.h"
|
| +#include <windows.h>
|
|
|
| -@implementation FlippedView
|
| -
|
| -- (BOOL)isFlipped {
|
| - return YES;
|
| +BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
|
| + return TRUE;
|
| }
|
| -
|
| -@end
|
|
|