diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-01 22:14:38 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-01 22:14:38 +0000 |
commit | 2a3851ec96ce92e9d51ef2737bf8a7137dad49e3 (patch) | |
tree | a0abc20bc21cef3eda852c0b2556f2ffe2b527be /chrome_frame | |
parent | 4258ecebbc45339f390bf874726014eeff2400ed (diff) | |
download | chromium_src-2a3851ec96ce92e9d51ef2737bf8a7137dad49e3.zip chromium_src-2a3851ec96ce92e9d51ef2737bf8a7137dad49e3.tar.gz chromium_src-2a3851ec96ce92e9d51ef2737bf8a7137dad49e3.tar.bz2 |
sFirst cut at an experiment with what a simplified View/Widget API would look like.
Of note:
- Widget is a cross-platform class encapsulating widget-specific state
- NativeWidget interface wraps different implementations of a native widget. Starting with HWND.
- NativeWidget implementation should eventually be swappable at runtime.
- Simpler Event construction directly from a NativeEvent (e.g. MSG struct)
- Simpler View API with fewer, more clearly delineated overrides.
Notes:
- Window* are just empty files for now while I get View/Widget to work.
BUG=none
TEST=see unittests, in development
Review URL: http://codereview.chromium.org/6286013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73353 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
0 files changed, 0 insertions, 0 deletions