| Index: webkit/glue/webkitplatformsupport_impl.cc
|
| diff --git a/webkit/glue/webkitplatformsupport_impl.cc b/webkit/glue/webkitplatformsupport_impl.cc
|
| index 8cc850a08a3ea244a5f84dcf5f5b10f5b402885c..1e358b19bf1d3887d16fbdb94fcabaa367433666 100644
|
| --- a/webkit/glue/webkitplatformsupport_impl.cc
|
| +++ b/webkit/glue/webkitplatformsupport_impl.cc
|
| @@ -652,6 +652,10 @@ WebKit::WebThread* WebKitPlatformSupportImpl::currentThread() {
|
| return thread;
|
| }
|
|
|
| +WebKit::WebCompositorSupport* WebKitPlatformSupportImpl::compositorSupport() {
|
| + return &compositor_support_;
|
| +}
|
| +
|
| base::PlatformFile WebKitPlatformSupportImpl::databaseOpenFile(
|
| const WebKit::WebString& vfs_file_name, int desired_flags) {
|
| return base::kInvalidPlatformFileValue;
|
|
|