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

Unified Diff: doc/header.html.patch

Issue 28553003: Updating Opus to a pre-release of 1.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Removing failing file Created 7 years, 2 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 | « doc/footer.html.patch ('k') | include/opus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/header.html.patch
diff --git a/doc/header.html.patch b/doc/header.html.patch
new file mode 100644
index 0000000000000000000000000000000000000000..4cd76cf844422b902104d9714e84a6a64f74ad31
--- /dev/null
+++ b/doc/header.html.patch
@@ -0,0 +1,28 @@
+--- header.orig.html 2012-06-11 00:32:03.320461381 -0400
++++ header.html 2012-06-11 01:08:42.943446484 -0400
+@@ -18,16 +18,21 @@
+ <div id="titlearea">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+- <tr style="height: 56px;">
++ <tr style="height: 64px;">
+ <!--BEGIN PROJECT_LOGO-->
+ <td id="projectlogo"><img alt="Logo" src="$relpath$$projectlogo"/></td>
+ <!--END PROJECT_LOGO-->
+ <!--BEGIN PROJECT_NAME-->
+ <td style="padding-left: 0.5em;">
+- <div id="projectname">$projectname
+- <!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
+- </div>
++ <div id="projectname"><img src="opus_logo.svg" width=112 height=64 alt="Opus"/><!--$projectname--></div>
++ </td>
++ <td><table style="padding-left: 0.5em;" cellspacing="0" cellpadding="0"><tbody>
++ <tr><td>
+ <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
++ </td></tr>
++ <td><!--BEGIN PROJECT_NUMBER--><span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
++ </td></tr>
++ </table>
+ </td>
+ <!--END PROJECT_NAME-->
+ <!--BEGIN !PROJECT_NAME-->
« no previous file with comments | « doc/footer.html.patch ('k') | include/opus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698