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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h

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/untrusted/srpcgen/ppp_rpc.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
index 65dd2b6454d70a1d09e118ba14d311e0326f4450..6be502b55ec1e6a2d24bfd8ae6659261304a0a64 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
@@ -231,27 +231,6 @@ class PppPrintingRpcServer {
void operator=(const PppPrintingRpcServer);
}; // class PppPrintingRpcServer
-class PppScrollbarRpcServer {
- public:
- static void PPP_Scrollbar_ValueChanged(
- NaClSrpcRpc* rpc,
- NaClSrpcClosure* done,
- PP_Instance instance,
- PP_Resource scrollbar,
- int32_t value);
- static void PPP_Scrollbar_OverlayChanged(
- NaClSrpcRpc* rpc,
- NaClSrpcClosure* done,
- PP_Instance instance,
- PP_Resource scrollbar,
- int32_t overlay);
-
- private:
- PppScrollbarRpcServer();
- PppScrollbarRpcServer(const PppScrollbarRpcServer&);
- void operator=(const PppScrollbarRpcServer);
-}; // class PppScrollbarRpcServer
-
class PppSelectionRpcServer {
public:
static void PPP_Selection_GetSelectedText(
@@ -267,21 +246,6 @@ class PppSelectionRpcServer {
void operator=(const PppSelectionRpcServer);
}; // class PppSelectionRpcServer
-class PppWidgetRpcServer {
- public:
- static void PPP_Widget_Invalidate(
- NaClSrpcRpc* rpc,
- NaClSrpcClosure* done,
- PP_Instance instance,
- PP_Resource widget,
- nacl_abi_size_t dirty_rect_bytes, char* dirty_rect);
-
- private:
- PppWidgetRpcServer();
- PppWidgetRpcServer(const PppWidgetRpcServer&);
- void operator=(const PppWidgetRpcServer);
-}; // class PppWidgetRpcServer
-
class PppZoomRpcServer {
public:
static void PPP_Zoom_Zoom(

Powered by Google App Engine
This is Rietveld 408576698