Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Unified Diff: ppapi/tests/test_scrollbar.h

Issue 1161563002: Remove unused in-process pepper APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/tests/test_case.h ('k') | ppapi/tests/test_scrollbar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_scrollbar.h
diff --git a/ppapi/tests/test_scrollbar.h b/ppapi/tests/test_scrollbar.h
deleted file mode 100644
index 4025fbb4f07f7f04e55e3dad9565efcec405cffd..0000000000000000000000000000000000000000
--- a/ppapi/tests/test_scrollbar.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright (c) 2011 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.
-
-#ifndef PAPPI_TESTS_TEST_SCROLLBAR_H_
-#define PAPPI_TESTS_TEST_SCROLLBAR_H_
-
-#include "ppapi/cpp/dev/scrollbar_dev.h"
-#include "ppapi/cpp/dev/widget_client_dev.h"
-#include "ppapi/cpp/dev/widget_dev.h"
-#include "ppapi/tests/test_case.h"
-
-class TestScrollbar : public TestCase,
- public pp::WidgetClient_Dev {
- public:
- TestScrollbar(TestingInstance* instance);
-
- // TestCase implementation.
- virtual bool Init();
- virtual void RunTests(const std::string& filter);
-
- private:
- std::string TestHandleEvent();
-
- virtual void InvalidateWidget(pp::Widget_Dev widget,
- const pp::Rect& dirty_rect);
- virtual void ScrollbarValueChanged(pp::Scrollbar_Dev scrollbar,
- uint32_t value);
- virtual void ScrollbarOverlayChanged(pp::Scrollbar_Dev scrollbar,
- bool type);
-
- pp::Scrollbar_Dev scrollbar_;
- bool scrollbar_value_changed_;
-};
-
-#endif // PAPPI_TESTS_TEST_SCROLLBAR_H_
« no previous file with comments | « ppapi/tests/test_case.h ('k') | ppapi/tests/test_scrollbar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698