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

Unified Diff: utility/include/bmpblk_utility.h

Issue 6533012: Write images to the bmpblock in the order they appear in the yaml. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Created 9 years, 10 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 | « utility/bmpblk_utility.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/include/bmpblk_utility.h
diff --git a/utility/include/bmpblk_utility.h b/utility/include/bmpblk_utility.h
index 099767a54963373fc439cc705993164c29ea0690..53f135d79d919c2ef08bb8dcb93bad6f50fedd12 100644
--- a/utility/include/bmpblk_utility.h
+++ b/utility/include/bmpblk_utility.h
@@ -42,6 +42,7 @@ typedef map<string, ScreenConfig> StrScreenConfigMap;
typedef struct BmpBlockConfig {
string config_filename;
BmpBlockHeader header;
+ vector<string> image_names;
StrImageConfigMap images_map;
StrScreenConfigMap screens_map;
vector<vector<string> > localizations;
« no previous file with comments | « utility/bmpblk_utility.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698