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

Unified Diff: ppapi/thunk/ppb_widget_api.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/thunk/ppb_video_encoder_thunk.cc ('k') | ppapi/thunk/ppb_widget_dev_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_widget_api.h
diff --git a/ppapi/thunk/ppb_widget_api.h b/ppapi/thunk/ppb_widget_api.h
deleted file mode 100644
index 26d02217e7c5b43ae7a13ffd15cae4b224521e69..0000000000000000000000000000000000000000
--- a/ppapi/thunk/ppb_widget_api.h
+++ /dev/null
@@ -1,27 +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 PPAPI_THUNK_PPB_WIDGET_API_H_
-#define PPAPI_THUNK_PPB_WIDGET_API_H_
-
-#include "ppapi/c/dev/ppb_widget_dev.h"
-
-namespace ppapi {
-namespace thunk {
-
-class PPB_Widget_API {
- public:
- virtual ~PPB_Widget_API() {}
-
- virtual PP_Bool Paint(const PP_Rect* rect, PP_Resource image_id) = 0;
- virtual PP_Bool HandleEvent(PP_Resource pp_input_event) = 0;
- virtual PP_Bool GetLocation(PP_Rect* location) = 0;
- virtual void SetLocation(const PP_Rect* location) = 0;
- virtual void SetScale(float scale) = 0;
-};
-
-} // namespace thunk
-} // namespace ppapi
-
-#endif // PPAPI_THUNK_PPB_WIDGET_API_H_
« no previous file with comments | « ppapi/thunk/ppb_video_encoder_thunk.cc ('k') | ppapi/thunk/ppb_widget_dev_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698