#include "content/public/browser/browser_thread.h"
#include "content/browser/renderer_host/dip_util.h"
#include "content/browser/gpu/gpu_process_host.h"
-#include "content/common/cursors/webcursor_efl.h"
#include "content/common/gpu/client/gl_helper.h"
#include "content/public/browser/render_widget_host_view_frame_subscriber.h"
#include "content/public/common/content_switches.h"
#include "ui/events/event_utils.h"
#include "browser/motion/wkext_motion.h"
#include "content/common/input_messages.h"
+#include "common/webcursor_efl.h"
#include <assert.h>
#include <Ecore.h>
'edje_dir%': '/usr/share/chromium-efl/themes/',
'webdb_dir%': '/usr/share/chromium-efl/db/',
'edje_compiler%': 'edje_cc',
- 'ewk_bringup%': 0,
+ 'ewk_bringup%': 1,
},
'targets': [{
'common/version_info_efl.h',
'common/web_contents_utils.cc',
'common/web_contents_utils.h',
+ 'common/webcursor_efl.cc',
+ 'common/webcursor_efl.h',
'components/clipboard/clipboard_efl.cc',
'components/clipboard/clipboard_helper_efl.cc',
'components/clipboard/clipboard_helper_efl.h',
-#include "content/common/cursors/webcursor_efl.h"
+#include "common/webcursor_efl.h"
#include "base/logging.h"
#include "third_party/WebKit/public/platform/WebCursorInfo.h"
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_CURSORS_WEBCURSOR_EFL_H_
-#define CONTENT_COMMON_CURSORS_WEBCURSOR_EFL_H_
+#ifndef WEBCURSOR_EFL_H_
+#define WEBCURSOR_EFL_H_
int GetCursorType(int type);