| Index: webkit/tools/test_shell/test_shell_webthemeengine.h
|
| diff --git a/webkit/tools/test_shell/test_shell_webthemeengine.h b/webkit/tools/test_shell/test_shell_webthemeengine.h
|
| index 6983b01273545d170a935b60fc3f945d6f0c263b..2d4223dc6957f1ce6fb1afbf9110c7ff7c766598 100644
|
| --- a/webkit/tools/test_shell/test_shell_webthemeengine.h
|
| +++ b/webkit/tools/test_shell/test_shell_webthemeengine.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 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.
|
|
|
| @@ -53,6 +53,10 @@ class Engine : public WebKit::WebThemeEngine {
|
| virtual void paintTrackbar(
|
| WebKit::WebCanvas*, int part, int state, int classic_state,
|
| const WebKit::WebRect&);
|
| + virtual void paintProgressBar(
|
| + WebKit::WebCanvas*,
|
| + const WebKit::WebRect& barRect,
|
| + int valuePart, const WebKit::WebRect& valueRect);
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(Engine);
|
|
|