| Index: java/org/chromium/distiller/webdocument/WebDocument.java
|
| diff --git a/java/org/chromium/distiller/webdocument/WebDocument.java b/java/org/chromium/distiller/webdocument/WebDocument.java
|
| index e8c1880b8acdab88306c9de92689348601cd764a..021851baa3f4a138c09382fc7682b5030e4df40a 100644
|
| --- a/java/org/chromium/distiller/webdocument/WebDocument.java
|
| +++ b/java/org/chromium/distiller/webdocument/WebDocument.java
|
| @@ -29,6 +29,10 @@ public class WebDocument {
|
| elements.add(table);
|
| }
|
|
|
| + public void addTag(WebTag tag) {
|
| + elements.add(tag);
|
| + }
|
| +
|
| public void addEmbed(WebElement embed) {
|
| elements.add(embed);
|
| }
|
|
|