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

Unified Diff: resources/slides_content.lua

Issue 643113005: parse outline to generate slides (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 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 | « resources/slides.lua ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: resources/slides_content.lua
diff --git a/resources/slides_content.lua b/resources/slides_content.lua
index 314949d12b53793198e1eb0d9888108c8a6ea258..85f3a2629534f5cf19b065ff84364caa8669be89 100644
--- a/resources/slides_content.lua
+++ b/resources/slides_content.lua
@@ -1,12 +1,3 @@
-gSlideContent = {
- { text="Skia 2.0", style="title" },
-{ text="Skia 2.0", style="slide",
-{ text=
-},
-
-
-}
-
Skia Overview [Fall '13]
One API -- many backends
@@ -19,7 +10,7 @@ One API -- many backends
One Team -- many clients
- Chrome
-ChromeOS
+- ChromeOS
- Clank
- Android Framework
- 3rd parties (e.g. FireFox)
@@ -92,8 +83,3 @@ Roadmap : PDF
- New Viewer project
-- print-preview and more
-- can output picture / gpu directly
-
-function parse_file(file)
- for line in file:lines() do
-
-end
« no previous file with comments | « resources/slides.lua ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698