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

Unified Diff: src/trusted/sel_universal/multimedia_handler.h

Issue 7046064: Some small refactoring and renaming of sel_universel pepper emulation components. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 6 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 | « src/trusted/sel_universal/multimedia.h ('k') | src/trusted/sel_universal/multimedia_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/sel_universal/multimedia_handler.h
===================================================================
--- src/trusted/sel_universal/multimedia_handler.h (revision 5599)
+++ src/trusted/sel_universal/multimedia_handler.h (working copy)
@@ -1,36 +0,0 @@
-/*
- * Copyright 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.
- */
-
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_SEL_UNIVERASAL_MULTIMEDIA_HANDLER_H_
-#define NATIVE_CLIENT_SRC_TRUSTED_SEL_UNIVERASAL_MULTIMEDIA_HANDLER_H_
-
-#include <string>
-#include <vector>
-
-class NaClCommandLoop;
-
-// Log all PPAPI events to given file for later playback.
-// This will take effect after HandlerSDLEventLoop is called.
-// Note: the emitted file will contain non-standard PPAPI events
-// for synchronization purposes.
-void RecordPPAPIEvents(std::string filename);
-
-// Ignore user events and instead play back PPAPI events from the given file,
-// which must have been generared via RecordPPAPIEvents()
-// This will take effect after HandlerSDLEventLoop is called
-void ReplayPPAPIEvents(std::string filename);
-
-
-// initialize multimedia (SDL) subsystem
-bool HandlerSDLInitialize(NaClCommandLoop* ncl,
- const std::vector<std::string>& args);
-
-// start multimedia event loop
-bool HandlerSDLEventLoop(NaClCommandLoop* ncl,
- const std::vector<std::string>& args);
-
-
-#endif /* NATIVE_CLIENT_SRC_TRUSTED_SEL_UNIVERASAL_MULTIMEDIA_HANDLER_H_ */
« no previous file with comments | « src/trusted/sel_universal/multimedia.h ('k') | src/trusted/sel_universal/multimedia_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698