projects
/
platform
/
framework
/
web
/
chromium-efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9811f14
)
[NextBrowser] Enable Scroll Bar
03/325503/2
author
Shubham Gupta
<shubham.g5@samsung.com>
Wed, 11 Jun 2025 05:43:17 +0000
(11:13 +0530)
committer
Bot Blink
<blinkbot@samsung.com>
Wed, 11 Jun 2025 06:13:22 +0000
(06:13 +0000)
Change-Id: I8f13a140203c8405f5cc692783eea9838a5850dd
Signed-off-by: Shubham Gupta <shubham.g5@samsung.com>
ui/native_theme/native_theme_features.cc
patch
|
blob
|
history
diff --git
a/ui/native_theme/native_theme_features.cc
b/ui/native_theme/native_theme_features.cc
index 5d6a91b6c3f09132de4e0151e2c06eaa3eaf8a74..38f6ac70dbb5ba763ef9f9f0827d8804eddf6bcd 100644
(file)
--- a/
ui/native_theme/native_theme_features.cc
+++ b/
ui/native_theme/native_theme_features.cc
@@
-60,7
+60,7
@@
bool IsOverlayScrollbarEnabled() {
return false;
#endif
-#if BUILDFLAG(IS_TIZEN_TV)
+#if BUILDFLAG(IS_TIZEN_TV)
&& !defined(SAMSUNG_NEXT_BROWSER)
return true;
#endif