Commit c5a1877d authored by sky@chromium.org's avatar sky@chromium.org

Fixes theme includes for test_webkit_platform_support. I don't believe

the linux one is needed at all. Layout tests that try to set a default
theme when USE_DEFAULT_RENDER_THEME is set won't work. I'll figure
that out when we get further along.

BUG=none
TEST=none
R=tony@chromium.org


Review URL: https://chromiumcodereview.appspot.com/11416342

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171090 0039d316-1c4b-4281-b951-d872f2087c98
parent 2caf6287
......@@ -61,8 +61,6 @@
#include "webkit/tools/test_shell/test_shell_webthemeengine.h"
#elif defined(OS_MACOSX)
#include "base/mac/mac_util.h"
#elif defined(OS_POSIX) && !defined(OS_ANDROID)
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/linux/WebThemeEngine.h"
#endif
using WebKit::WebScriptController;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment