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

Unified Diff: native_client_sdk/doc_generated/pepper_dev/cpp/compositor_8h.html

Issue 332903002: [NaCl SDK] docs: update Pepper API docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: native_client_sdk/doc_generated/pepper_dev/cpp/compositor_8h.html
diff --git a/native_client_sdk/doc_generated/pepper_beta/cpp/file__ref_8h.html b/native_client_sdk/doc_generated/pepper_dev/cpp/compositor_8h.html
similarity index 55%
copy from native_client_sdk/doc_generated/pepper_beta/cpp/file__ref_8h.html
copy to native_client_sdk/doc_generated/pepper_dev/cpp/compositor_8h.html
index 4dcaa70095640c48e2d8aef874740367821af627..c3d0bb4c7ea41210206ed2edb0f4cc80cac59f3e 100644
--- a/native_client_sdk/doc_generated/pepper_beta/cpp/file__ref_8h.html
+++ b/native_client_sdk/doc_generated/pepper_dev/cpp/compositor_8h.html
@@ -1,5 +1,5 @@
{{+bindTo:partials.standard_nacl_api}}
-<h1>file_ref.h File Reference</h1>
+<h1>compositor.h File Reference</h1>
<div id="doxygen-ref">
{{- dummy div to appease doxygen -}}
<div>
@@ -10,23 +10,23 @@
<!--header-->
<div class="contents">
<div class="textblock"><div class="dynheader">
-Include dependency graph for file_ref.h:</div>
+Include dependency graph for compositor.h:</div>
<div class="dyncontent">
-<div class="center"><img src="file__ref_8h__incl.png" border="0" usemap="#file__ref_8h" alt="" /></div>
-<map name="file__ref_8h" id="file__ref_8h">
+<div class="center"><img src="compositor_8h__incl.png" border="0" usemap="#compositor_8h" alt="" /></div>
+<map name="compositor_8h" id="compositor_8h">
</map>
</div>
</div><h2>
Classes</h2><table class="memberdecls">
-<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_file_ref.html">pp::FileRef</a></td></tr>
-<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The <code><a class="el" href="classpp_1_1_file_ref.html" title='The FileRef class represents a "weak pointer" to a file in a file system.'>FileRef</a></code> class represents a "weak pointer" to a file in a file system. <a href="classpp_1_1_file_ref.html#details">More...</a><br /></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_compositor.html">pp::Compositor</a></td></tr>
+<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The <code><a class="el" href="classpp_1_1_compositor.html" title="The Compositor interface is used for setting CompositorLayer layers to the Chromium compositor for co...">Compositor</a></code> interface is used for setting <code><a class="el" href="classpp_1_1_compositor_layer.html">CompositorLayer</a></code> layers to the Chromium compositor for compositing. <a href="classpp_1_1_compositor.html#details">More...</a><br /></td></tr>
</table><h2>
Namespaces</h2><table class="memberdecls">
<tr><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepp.html">pp</a></td></tr>
</table>
<hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
-<div class="textblock"><p>This file defines the API to create a file reference or "weak pointer" to a file in a file system. </p>
+<div class="textblock"><p>This file defines the API to create a compositor in the browser. </p>
</div></div><!-- contents -->
</div>
{{/partials.standard_nacl_api}}

Powered by Google App Engine
This is Rietveld 408576698