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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/ppp_widget.srpc

Issue 10827456: Remove PPB_Scrollbar_Dev and PPB_Widget_Dev from native client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also remove PPB_PDF and associated tests Created 8 years, 4 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
Index: ppapi/native_client/src/shared/ppapi_proxy/ppp_widget.srpc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppp_widget.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppp_widget.srpc
deleted file mode 100644
index 755f8c88b005f444e3f9b84e2c24aa3db2514129..0000000000000000000000000000000000000000
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppp_widget.srpc
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright (c) 2011 The Native Client Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# RPC methods used to implement PPP_Widget calls to the plugin.
-# See ppapi/c/dev/ppp_widget_dev.h for interface details.
-{
- 'name': 'PppWidgetRpc',
- 'rpcs': [
- {'name': 'PPP_Widget_Invalidate',
- 'inputs': [['instance', 'PP_Instance'],
- ['widget', 'PP_Resource'],
- ['dirty_rect', 'char[]'], # PP_Rect
- ],
- 'outputs': [
- ]
- },
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698