mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Switch to aura/views architecture for content window creation (issue #180).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1542 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -14,6 +14,11 @@ patches = [
|
||||
{
|
||||
# Fix Xcode 4 build on OS X Lion.
|
||||
# http://codereview.chromium.org/8086022/
|
||||
#
|
||||
# Set use_default_render_theme=0 to use native-styled scrollbars with aura.
|
||||
# Needs to be set here because setting the value in cef.gypi isn't picked up
|
||||
# by third_party/WebKit/Source/build/features.gypi.
|
||||
# https://code.google.com/p/chromiumembedded/issues/detail?id=180
|
||||
'name': 'build',
|
||||
'path': '../build/',
|
||||
},
|
||||
@@ -58,6 +63,18 @@ patches = [
|
||||
'name': 'webplugin_win',
|
||||
'path': '../content/child/npapi/',
|
||||
},
|
||||
{
|
||||
# Allow specification of a parent window handle for Widget creation.
|
||||
# https://code.google.com/p/chromiumembedded/issues/detail?id=180
|
||||
'name': 'views_widget_180',
|
||||
'path': '../ui/views/widget/',
|
||||
},
|
||||
{
|
||||
# Use native-styled scrollbars with aura on Windows.
|
||||
# https://code.google.com/p/chromiumembedded/issues/detail?id=180
|
||||
'name': 'native_theme_180',
|
||||
'path': '../ui/native_theme/',
|
||||
},
|
||||
{
|
||||
# Disable scollbar bounce and overlay on OS X.
|
||||
# http://code.google.com/p/chromiumembedded/issues/detail?id=364
|
||||
|
Reference in New Issue
Block a user