Use different PATH_START values for paths_efl.
authorPiotr Tworek <p.tworek@samsung.com>
Wed, 18 Mar 2015 10:10:15 +0000 (11:10 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
The current value is the same as PATHS_START from xwalk. This makes
it impossible to use paths_efl in xwalk. Change our EFL defaults to
avoid patching xwalk.

Change-Id: I9c349843ee050eb67fcf004ada9e8c0fdda2964f
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
tizen_src/chromium_impl/content/common/paths_efl.h

index 9661a61..220be93 100644 (file)
@@ -9,8 +9,7 @@
 
 namespace PathsEfl {
 enum {
-  // The value here is taken from chromium/src/chrome/common/chrome_paths.h.
-  PATH_START = 1000,
+  PATH_START = 2000,
   EDJE_RESOURCE_DIR,
   WEB_DATABASE_DIR,
   DIR_USER_DATA,