| Index: webkit/tools/test_shell/webwidget_host_gtk.cc
|
| diff --git a/webkit/tools/test_shell/webwidget_host_gtk.cc b/webkit/tools/test_shell/webwidget_host_gtk.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3b21839936bfe35b22fd9df2300646f1ecc50ab8
|
| --- /dev/null
|
| +++ b/webkit/tools/test_shell/webwidget_host_gtk.cc
|
| @@ -0,0 +1,15 @@
|
| +// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "webkit/tools/test_shell/webwidget_host.h"
|
| +
|
| +#include "base/logging.h"
|
| +
|
| +WebWidgetHost::WebWidgetHost() {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| +WebWidgetHost::~WebWidgetHost() {
|
| + NOTIMPLEMENTED();
|
| +}
|
|
|