diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 06:51:01 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 06:51:01 +0000 |
commit | c772bf6640208a3251cd6929ba492238ff9a6b23 (patch) | |
tree | 9c2eb474616ee13f6b802b52678986d91659fe30 /webkit/glue/webkit_glue.cc | |
parent | 501677d56876d24ff29ec31a18563b7801a2c28d (diff) | |
download | chromium_src-c772bf6640208a3251cd6929ba492238ff9a6b23.zip chromium_src-c772bf6640208a3251cd6929ba492238ff9a6b23.tar.gz chromium_src-c772bf6640208a3251cd6929ba492238ff9a6b23.tar.bz2 |
Move glue/event_conversion.{h,cc} into the WebKit API implementation.
I also renamed the MakeFoo classes to FooBuilder so that it would be
more clear at the call sites that you are dealing with a class.
I then translated the ToBar functions to also be BarBuilder classes.
I just did this for consistency with the FooBuilders.
For reference, "Foo" refers to WebCore Platform*Event classes and
"Bar" refers to WebInputEvent subclasses :-)
R=jorlow
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/164524
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_glue.cc')
-rw-r--r-- | webkit/glue/webkit_glue.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/webkit_glue.cc b/webkit/glue/webkit_glue.cc index d8b5cf6..1952c27 100644 --- a/webkit/glue/webkit_glue.cc +++ b/webkit/glue/webkit_glue.cc @@ -41,7 +41,6 @@ #if defined(OS_WIN) #include "webkit/api/public/win/WebInputEventFactory.h" #endif -#include "webkit/glue/event_conversion.h" #include "webkit/glue/glue_serialize.h" #include "webkit/glue/glue_util.h" #include "webkit/glue/webframe_impl.h" |